HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. Tags
    3. preset browser
    Log in to post
    • All categories
    • R

      Preset browser questions

      Watching Ignoring Scheduled Pinned Locked Moved General Questions preset browser scrollbar speed
      1
      0 Votes
      1 Posts
      58 Views
      No one has replied
    • d.healeyD

      "No valid area for noise map specified" in preset browser laf

      Watching Ignoring Scheduled Pinned Locked Moved Scripting bug look and feel preset browser
      2
      0 Votes
      2 Posts
      67 Views
      d.healeyD

      I just went to the source to look into making an addNoiseToArea function and what do I find but sneaky undocumented HISE goodness.

      You can pass an object to g.addNoise!

      g.addNoise({alpha: 1.0, scaleFactor: 1.0, area: obj.area, monochromatic: true});

      alpha = noiseAmount

    • R

      Searching across all expansions

      Watching Ignoring Scheduled Pinned Locked Moved General Questions preset browser search expansions
      8
      0 Votes
      8 Posts
      187 Views
      R

      @mehmethand sorry for the long delay in reply. Can this then be used in the search bar in the preset browser? If so I can't figure out how you would go about doing that

    • d.healeyD

      Callback when preset saved??

      Watching Ignoring Scheduled Pinned Locked Moved Scripting preset browser callback save
      22
      0 Votes
      22 Posts
      2k Views
      d.healeyD

      Ah I see the problem. Do we want to sendNotification here?

    • StraticahS

      Startup Preset Browser

      Watching Ignoring Scheduled Pinned Locked Moved General Questions preset browser startup
      2
      0 Votes
      2 Posts
      343 Views
      orangeO

      @Straticah https://forum.hise.audio/topic/1159/always-on-the-presetbrowser/17?_=1671504694655

    • d.healeyD

      [feature request] Preset browser search bar text in LAF

      Watching Ignoring Scheduled Pinned Locked Moved Feature Requests search bar preset browser look and feel laf
      30
      3 Votes
      30 Posts
      2k Views
      HISEnbergH

      @HISEnberg Hmm and I suppose a follow up to this is if mixing and LAFs is possible here (HISE's traditional LAF and CSS)?

    • oskarshO

      PresetBrowser LAF Scrollbar

      Watching Ignoring Scheduled Pinned Locked Moved General Questions laf preset browser graphics
      30
      0 Votes
      30 Posts
      2k Views
      DanHD

      @Straticah looks great, well done

    • StraticahS

      Preset Browser LAF Snippet?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions laf preset browser snippet help
      30
      0 Votes
      30 Posts
      2k Views
      d.healeyD

      @Straticah I think the icon position is fixed

    • gorangroovesG

      Element groups for saving in presets

      Watching Ignoring Scheduled Pinned Locked Moved Feature Requests preset browser
      2
      0 Votes
      2 Posts
      236 Views
      Christoph HartC

      I don't think it's a good idea. A preset is a single state that needs to be recalled on various occasions and adding another abstraction layer on top of that will lead to issues and regression problems pretty soon and the possible use cases are way too broad to be covered with a "hardcoded solution".

      You can achieve this kind of customized loading / saving with the pre / post user preset callback where you could remove eg. all mixer gain values if the user chooses to do so.

    • d.healeyD

      [feature request] Preset Browser broadcasters

      Watching Ignoring Scheduled Pinned Locked Moved Feature Requests preset browser broadcaster feature request
      24
      3 Votes
      24 Posts
      1k Views
      d.healeyD

      Am I being silly or is the favourite button state obj.buttonState inverted? Aha! It triggers on mouse up not mouse down :)

    • trillbillyT

      Expansions + Preset Browser

      Watching Ignoring Scheduled Pinned Locked Moved General Questions expansions preset browser
      11
      0 Votes
      11 Posts
      703 Views
      trillbillyT

      @DanH No problem, Ill get it sent your way ASAP. Its super appreciated!

    • d.healeyD

      [feature request] Save Preset button action when no preset loaded

      Watching Ignoring Scheduled Pinned Locked Moved Feature Requests preset browser save preset add preset feature request
      5
      2 Votes
      5 Posts
      499 Views
      gorangroovesG

      Agree +1

    • M

      Preset browser and whole plug-in font changed to a different language?

      Watching Ignoring Scheduled Pinned Locked Moved Scripting language font preset browser
      4
      0 Votes
      4 Posts
      371 Views
      d.healeyD
      Engine.loadFontAs("{PROJECT_FOLDER}Fonts/Lato-Bold.ttf", "bold"); Engine.loadFontAs("{PROJECT_FOLDER}Fonts/Lato-Regular.ttf", "regular");